.dwon-navbar {
  display: flex;
  position: absolute;
  flex-direction: column;
  padding: 16px 16px 10px 16px;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: first baseline;
}

.search-about {
  display: flex;
  height: 38px;
  padding: 0px 16px 0px 8px;
  background-color: rgba(0, 0, 0, 0.514);
  color: white;
  border-radius: 30px;
  align-items: center;
  font-size: 14px;
}

.search-about img {
  margin-right: 5px;
  filter: invert();
}

.profile-info {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  padding-top: 8px;
}

.profile-info img {
  border-radius: 50%;
  width: 32px;
}

.profile-info p {
  padding: 0px 7px;
  margin: 0;
}

.subscribe-btn {
  background-color: white;
  padding: 10px 11px;
  border: none;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  transition: background-color 0.1s;
  cursor: pointer;
}

.subscribe-btn button:hover{
  background-color: rgb(231, 231, 231);
}

.subscribe-btn.child{
  background-color: rgba(145, 145, 145, 0.26);
  color: white;
}

.subscribe-btn.child:hover{
  background-color: rgba(145, 145, 145, 0.411);
}

.play-more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding-top: 8px;
  height: 35px;
}

.play-more img {
  filter: invert();
  width: 18px;
}

.play-more p {
  font-size: 14px;
  margin: 0;
  padding: 0px 5px;
  margin-right: 50px;
}

.title-dwon {
  color: white;
  padding-top: 8px;
  font-size: 14px;
}
